texImage3D

fun texImage3D(    target: Int,     level: Int,     internalformat: Int,     width: Int,     height: Int,     depth: Int,     border: Int,     format: Int,     type: Int,     srcData: ArrayBufferView?)(source)
fun texImage3D(    target: Int,     level: Int,     internalformat: Int,     width: Int,     height: Int,     depth: Int,     border: Int,     format: Int,     type: Int,     source: HTMLImageElement?)(source)